log

public static void log(Constants.LogLevel logLevel, String tag, String message)

This method transmits the desired log message with related LogLevel and TAG to given logger instance

Since

2.0.0

Parameters

logLevel
tag

the context information

message

the log message

See also


public static void log(Constants.LogLevel logLevel, String tag, String message, Exception exception)

This method transmits the desired log message with related LogLevel and TAG to given logger instance

Since

2.0.0

Parameters

tag

the context information

message

the log message

exception

the exception object

See also